*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}
.content-top{
    width: 100%;
    height: 10px;
}
.center{
    display: flex;
    width: 100%;
    max-width: 1500px;
    background-color: #F5F5F5;
    margin: 0 auto;
    position: relative;
}


/* 内容区 */
.center-container{
    width: 1000px;
    margin: 0  auto;
    /* border: 1px solid red; */
    overflow: hidden;
}
.center-container p{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: black;
    /* background-color: orange; */
    text-align: center;
    font-family: '华文新魏','华文行楷','仿宋','楷体';
    font-size: 30px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.3);

}

.center-content-1,
.center-content-2,
.center-content-3,
.center-content-4,
.center-content-5,
.center-content-6
{
    display: flex;
    width: 100%;
    height: 300px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.center-content-1-1,
.center-content-2-1,
.center-content-3-1,
.center-content-4-1,
.center-content-5-1,
.center-content-6-1{
    width: 33%;
    height: 100%;
    background-color: gray;
    border-radius: 8px;
    position: absolute;
}
.center-content-1-1,
.center-content-3-1,
.center-content-5-1
{
    left: 0;
}
.center-content-2-1,
.center-content-4-1,
.center-content-6-1{
    right: 0;
}


/* 奇数 */
.main-1,
.main-3,
.main-5{
    position: relative;
    left: 380px;
    width: 565px;
    text-align: left;
    /* border: 1px solid red; */
}
.center-content-1 h2,
.center-content-3 h2,
.center-content-5 h2{
    font-size: 20px;
    font-family: "华文中宋";
    color: #333333;
    /* background-color: orange; */
    position: absolute;
    top: 60px;
}
.center-content-1 img,
.center-content-3 img,
.center-content-5 img{
    position: absolute;
    height: 22px;
    top: 95px;
    left: -20px;
}
.center-content-1 p,
.center-content-3 p,
.center-content-5 p{
    position: absolute;
    top: 90px;
    font-size: 15px;
    color: ;
    /* background-color: orange; */
    text-align: left;
    font-family: "华文中宋";
}

/* 偶数 */
.main-2,
.main-4,
.main-6{
    position: relative;
    left: 45px;
    width: 565px;
    text-align: left;
    /* border: 1px solid red; */
}
.center-content-2 h2,
.center-content-4 h2,
.center-content-6 h2{
    font-size: 20px;
    font-family: "华文中宋";
    color: #333333;
    /* background-color: orange; */
    position: absolute;
    top: 60px;
}
.center-content-2 img,
.center-content-4 img,
.center-content-6 img{
    position: absolute;
    height: 22px;
    top: 95px;
    left: -20px;
}
.center-content-2 p,
.center-content-4 p,
.center-content-6 p{
    position: absolute;
    top: 90px;
    font-size: 15px;
    color: black;
    /* background-color: orange; */
    text-align: left;
    font-family: "华文中宋";
}
